@safe-global/safe-gateway-typescript-sdk
    Preparing search index...

    Type Alias RegisterNotificationsRequest

    type RegisterNotificationsRequest = {
        buildNumber: string;
        bundle: string;
        cloudMessagingToken: string;
        deviceType: DeviceType;
        safeRegistrations: SafeRegistration[];
        timestamp?: string;
        uuid?: string;
        version: string;
    }
    Index

    Properties

    buildNumber: string
    bundle: string
    cloudMessagingToken: string
    deviceType: DeviceType
    safeRegistrations: SafeRegistration[]
    timestamp?: string
    uuid?: string
    version: string