9 lines
187 B
TypeScript
9 lines
187 B
TypeScript
export declare type CreateSelfServiceCitizenRunner = {
|
|
email?: string;
|
|
firstname: string;
|
|
middlename?: string;
|
|
lastname: string;
|
|
phone?: string;
|
|
address?: any;
|
|
};
|