UNPKG

@medusajs/types

Version:
11 lines 257 B
import { CreateInviteDTO } from "../../user"; /** * The data to create invites. */ export interface CreateInvitesWorkflowInputDTO { /** * The invites to create. */ invites: CreateInviteDTO[]; } //# sourceMappingURL=create-invite.d.ts.map