export interface UserDefinition {
    /** The id of the user. */
    id?: string;
}
//# sourceMappingURL=UserDefinition.d.ts.map