package moe.ymc.acron.auth; import org.jetbrains.annotations.NotNull; public record Client(@NotNull String id, @NotNull String token, @NotNull Action policyMode, @NotNull Rule[] rules) { }