Properties
| Property | Type |
|---|---|
data | | SpendPermissionPage | undefined |
error | Error | undefined |
status | Status |
refetch | () => void |
type UseListSpendPermissionsReturnType = {
data: | SpendPermissionPage
| undefined;
error: Error | undefined;
status: Status;
refetch: () => void;
};
| Property | Type |
|---|---|
data | | SpendPermissionPage | undefined |
error | Error | undefined |
status | Status |
refetch | () => void |
Was this page helpful?