export type TLInternal = {};
export type TL = TLInternal & { render: (force?: boolean) => void };
export type TableListType = `{}`;