type SNBData = {
    cap: string;
    alias: string;
    ncb_reference_number: string;
};
export type { SNBData };
