interface ResourceCreationParameter {
    resourceToCreate?: any;
    type?: string;
}

Properties

resourceToCreate?: any
type?: string