@sumup/sdk
    Preparing search index...

    Type Alias ListMembershipsResponse

    type ListMembershipsResponse = {
        items: Membership[];
        total_count: number;
    }
    Index

    Properties

    Properties

    items: Membership[]
    total_count: number