export const id = ' id';
export type id = typeof id;

export const unique = ' unique';
export type unique = typeof unique;

export const updatedAt = ' updatedAt';
export type updatedAt = typeof updatedAt;
