Home > @cjh1/sfapi > Status
Signature:
export type Status = {
name: string;
full_name?: string;
description?: string;
system_type?: string;
notes?: Array<string>;
status: StatusValue;
updated_at?: string;
};
References: StatusValue