export type Elements = {
    key: string;
    value: string | null;
    delay?: number;
}[];
