IdMappingArgs
type IdMappingArgs = {
items?: Record<string, string>;
notes?: Record<string, string>;
reminders?: Record<string, string>;
sections?: Record<string, string>;
};
Properties
items?
optional items: Record<string, string>;
notes?
optional notes: Record<string, string>;
reminders?
optional reminders: Record<string, string>;
sections?
optional sections: Record<string, string>;