30 lines
799 B
Markdown
30 lines
799 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [calckey-js](./calckey-js.md) > [entities](./calckey-js.entities.md) > [Antenna](./calckey-js.entities.antenna.md)
|
|
|
|
## entities.Antenna type
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
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](./calckey-js.entities.id.md)<!-- -->, [DateString](./calckey-js.entities.datestring.md)
|
|
|