mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
7 lines
255 B
TypeScript
7 lines
255 B
TypeScript
import { LocalTransactionRecipeRole } from './LocalTransactionRecipe.role'
|
|
|
|
/**
|
|
* Outbound Transaction on sender community, mark the gradidos as sended out of community
|
|
*/
|
|
export class OutboundTransactionRecipeRole extends LocalTransactionRecipeRole {}
|