1
0
Fork 1
mirror of https://example.com synced 2024-11-23 02:36:38 +09:00
firefish/packages/firefish-js/markdown/firefish-js.entities.antenna.md
2023-07-20 04:17:05 +09:00

834 B

Home > firefish-js > entities > Antenna

entities.Antenna type

Signature:

export declare type Antenna = {
	id: ID;
	createdAt: DateString;
	name: string;
	keywords: string[][];
	excludeKeywords: string[][];
	src: "home" | "all" | "users" | "list" | "group" | "instances";
	userListId: ID | null;
	userGroupId: ID | null;
	users: string[];
	instances: string[];
	caseSensitive: boolean;
	notify: boolean;
	withReplies: boolean;
	withFile: boolean;
	hasUnreadNote: boolean;
};

References: ID, DateString