type Tokenization = {
    id: number;
    account_id: number;
    supplied_id: number;
    server_date: string;
    date_utc: string;
    update_date_utc: string;
    wallet_identifier: string;
    status: number;
    token_requestor_id: string;
    correlation_id: string;
    account_number: string;
    token_unique_reference: string;
    primary_account_number_unique_reference: string;
};
export type { Tokenization };
