UNPKG

@trophyso/node

Version:
7 lines (6 loc) 272 B
/** The attribute type. */ export declare const CreateAttributeRequestItemType: { readonly User: "user"; readonly Event: "event"; }; export type CreateAttributeRequestItemType = (typeof CreateAttributeRequestItemType)[keyof typeof CreateAttributeRequestItemType];