iceshrimp-legacy/packages/firefish-js/markdown/firefish-js.entities.antenna.md
ThatOneCalculator ff08ec77ee
we be renamin
2023-07-15 14:21:17 -07: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