Member Junction
    Preparing search index...
    GetMessagesResult: BaseMessageResult & {
        AppliedFilters?: AppliedMessageFilters;
        Messages: GetMessageMessage[];
        SourceData?: T[];
    }

    Type Parameters

    • T = Record<string, any>

    Type Declaration

    • OptionalAppliedFilters?: AppliedMessageFilters

      Which requested narrowings were actually pushed to the provider. Optional for backwards compatibility: a provider that predates this field returns undefined, which a caller must read as "unknown", NOT as "applied".

    • Messages: GetMessageMessage[]

      Messages returned in a standardized format

    • OptionalSourceData?: T[]

      If populated, holds provider-specific data that is returned from the provider