Type alias NoteTagRelated

NoteTagRelated: CommonType & Pick<BaseProperties, "id" | "updated_time" | "created_time" | "user_updated_time" | "user_created_time"> & {
    note_id: string;
    tag_id: string;
}

Generated using TypeDoc