型・APIリファレンス
    Preparing search index...

    Type Alias SaveEntityResponse

    SaveEntityResponse: {
        entity: EntityKey;
        errors: Record<string, ValidateError[]>;
    } & MessageResponse & TokenResponse

    Entity保存APIのレスポンス