sfapi-ts

Home > @cjh1/sfapi > Note

Note type

Signature:

export type Note = {
    name: string;
    notes?: string;
    active?: boolean;
    timestamp?: string;
};