Type alias SearchSnippetGetResponse

SearchSnippetGetResponse: {
    accountId: Id;
    list: SearchSnippet[];
    notFound: Id[] | null;
}

Type declaration