Type Alias WithSectionUsage
WithSectionUsage: {
comment?: string;
required?: ReadonlyArray<string>;
requires?: Readonly<Record<string, string>>;
}
Type declaration
Optional
Readonly
comment?: string
Optional
Readonly
required?: ReadonlyArray<string>
Optional
Readonly
requires?: Readonly<Record<string, string>>
Defines additional attributes for the usage section.