interval / interval-node

The official Interval SDK for Node.
https://interval.com/docs
121 stars 13 forks source link

io.display.table is missing image option #11

Closed homoky closed 2 years ago

homoky commented 2 years ago

/workspaces/clavard/node_modules/@interval/sdk/dist/types.d.ts:

export declare type TableColumnResult = {
    label: string | number | boolean | null | Date | undefined;
    value?: TableCellValue;
    url?: string;
    action?: string;
    params?: z.infer<typeof serializableRecord>;
} | TableCellValue;

"version": "0.28.0"

jacobmischka commented 2 years ago

image

image

Coming this week! 🙊

alexarena commented 2 years ago

Hey @homoky, we shipped this in SDK version 0.29. Thanks for submitting the issue 😃