url type added
+ support for `Url` columns
This commit is contained in:
@ -8,6 +8,7 @@ export const POCKETBASE_TYPE = {
|
||||
EMAIL: "email",
|
||||
JSON: "json",
|
||||
DATETIME: "date",
|
||||
URL: "url",
|
||||
} as const;
|
||||
|
||||
type ObjectValues<T> = T[keyof T];
|
||||
|
Reference in New Issue
Block a user