VaultsState: {
    data?: VaultConfig;
    title?: string;
    type: string;
    vault: Vault;
}[]