Skip to content

Commit

Permalink
PLTCONN-3397-add-schema-obj-type
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-george-sp committed Jun 14, 2023
1 parent 4af70c7 commit 4aa0136
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions lib/commands/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ export type Attributes = {
* SchemaAttribute defines an attribute for schema
*/
export type SchemaAttribute = {
name: string,
description: string,
type: string,
required?: boolean,
multi?: boolean,
managed?: boolean,
name: string
description: string
type: string
required?: boolean
multi?: boolean
managed?: boolean
schemaObjectType?: string
entitlement?: boolean
}

Expand Down

0 comments on commit 4aa0136

Please sign in to comment.