export type MintingTransactionInformation = {
    address?: string | null;
    quantity?: number;
    slot?: number | null;
};
