interface CreatedResources {
    resources?: { [key: string]: any };
}

Properties

Properties

resources?: { [key: string]: any }