Type Alias NotifiTenantConfigProps

NotifiTenantConfigProps: {
    cardId: string;
    inputs?: Record<string, unknown>;
}