Type Alias SavedTemplateBeta

SavedTemplate: CustomTemplate & {
    os_entity_uid: string;
    os_workspace: string;
}

Type representing a saved template, extending CustomTemplate.

Type declaration

  • Betaos_entity_uid: string

    The unique identifier for the entity.

  • Betaos_workspace: string

    The workspace to which the template belongs.