Interface ICreate

interface ICreate {
    canCreate: boolean;
    resource: string;
}

Properties

Properties

canCreate: boolean
resource: string