export interface INatipayCardAuth {
    basic?: string | null;
    password: string | null;
    user: string | null;
}
