type Verification = {
    method: string;
    data: string;
    source?: string;
};
type LSP2ArrayKey = {
    length: string;
    index: string;
};

export type { LSP2ArrayKey, Verification };
