Interface PublishActions

Hierarchy

  • PublishActions

Properties

bookmarked: {
    commentId: null | string;
    key: string;
}

Type declaration

  • commentId: null | string
  • key: string
clear: []
comments: Comment[]
config: Config
connected: {
    comments: Comment[];
    config: Config;
    services: Service[];
    setList: SetListAPIResponse;
    waitingList: OrderItem[];
}

Type declaration

deleted: {
    id: string;
    message: string;
}[]
meta: {
    meta: ServiceMeta;
    service: Service;
}

Type declaration

meta.clear: string
notification: void
pinned: Comment
reactions: {
    effect: boolean;
    reactions: Reaction[];
}

Type declaration

services: Service[]
userDatas: UserStoreData
waitingList: OrderItem[]