@sumup/sdk
    Preparing search index...

    Type Alias Account

    Profile information.

    type Account = {
        type?: "normal" | "operator";
        username?: string;
    }
    Index

    Properties

    Properties

    type?: "normal" | "operator"

    The role of the user.

    username?: string

    Username of the user profile.