export interface RequestGenerateCode { prefix: string; minLength?: number; reserve?: string; decrementSequence?: boolean; }