export interface LogtoUpdateUserSuspensionDto {
    isSuspended: boolean;
}
