@coopenomics/sdk
    Preparing search index...

    Variable rawCreateSubscriptionResponseSelectorConst

    rawCreateSubscriptionResponseSelector: {
        message: boolean;
        subscription: {
            authKey: boolean;
            createdAt: boolean;
            endpoint: boolean;
            id: boolean;
            isActive: boolean;
            p256dhKey: boolean;
            updatedAt: boolean;
            userAgent: boolean;
            username: boolean;
        };
        success: boolean;
    } = ...

    Type Declaration

    • message: boolean
    • subscription: {
          authKey: boolean;
          createdAt: boolean;
          endpoint: boolean;
          id: boolean;
          isActive: boolean;
          p256dhKey: boolean;
          updatedAt: boolean;
          userAgent: boolean;
          username: boolean;
      }
    • success: boolean