interface UserPropertyCreate {
    value: {
        [key: string]: unknown;
    };
}

Properties

Properties

value: {
    [key: string]: unknown;
}

The value of the user property.