Interface UserOutputDTOAPI

UserOutputDTOAPI

interface UserOutputDTOAPI {
    data: UserOutputWithRolesDTO;
    meta: MetadataOutput;
}

Properties

Properties

UserOutputDTOAPI

UserOutputDTOAPI