mirror of
https://github.com/status-im/consul.git
synced 2025-02-14 22:58:42 +00:00
9 lines
183 B
JavaScript
9 lines
183 B
JavaScript
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
import Serializer from './application';
|
|
|
|
export default class PermissionSerializer extends Serializer {}
|