Interface AccountRepositoryCurrentUserResponseRootObject

interface AccountRepositoryCurrentUserResponseRootObject {
    status: string;
    user: AccountRepositoryCurrentUserResponseUser;
}

Properties

Properties

status: string