interface AppCustomFieldInfo {
    id: string;
    value: unknown;
}

Properties

Properties

id: string
value: unknown